Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar Namespace / NameValuePair<TValue> Class / CompareTo Method / CompareTo(IName) Method
The other IName that is to be compared with this instance.

In This Topic
    CompareTo(IName) Method
    In This Topic
    Compares this IName with another of any data type.
    Syntax
    'Declaration
     
    
    Public Overloads Function CompareTo( _
       ByVal other As IName _
    ) As Integer
    public int CompareTo( 
       IName other
    )

    Parameters

    other
    The other IName that is to be compared with this instance.

    Return Value

    A value that is less than, equal to, or greater than zero.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also